ComponentOne ASP.NET MVC Controls
ShapeBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : ShapeBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.Shape.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class ShapeBuilder
    (Of TControl As Shape,
     TBuilder As ShapeBuilder(Of TControl,TBuilder)) 
   Inherits AnnotationBaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class ShapeBuilder<TControl,TBuilder> : AnnotationBaseBuilder<TControl,TBuilder> 
where TControl: Shape
where TBuilder: ShapeBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
            C1.Web.Mvc.Fluent.ShapeBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.SquareBuilder

See Also

Reference

ShapeBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace